home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00505.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  153 b   |  9 lines

  1. on exitFrame
  2.   repeat with x = 2 to 4
  3.     if rollOver(x) then
  4.       set the cursor of sprite x to [565, 566]
  5.     end if
  6.   end repeat
  7.   go(the frame)
  8. end
  9.